phase1: fix CONFIG_SIGNED_PACKAGES for apk signing main
authorPetr Štetiar <[email protected]>
Fri, 12 Dec 2025 20:46:05 +0000 (20:46 +0000)
committerPetr Štetiar <[email protected]>
Fri, 12 Dec 2025 20:49:48 +0000 (20:49 +0000)
commita51561bb76cdd9759c693f99527f88a6287532cf
tree2bdb015f8a169ef97589db7c6d2155ff8233116d
parentb92996c987fa8d09e927be15e5bde3fc405b55b9
phase1: fix CONFIG_SIGNED_PACKAGES for apk signing

Currently `CONFIG_SIGNED_PACKAGES` is only enabled when `usign_key` is
configured. However, we also want to enable it when `apk_key` is
configured, as we support signing APK packages as well.

So lets fix it by adding `IsSignedPackagesEnabled` helper which checks
for both keys and updates the .config generation to use it.

Signed-off-by: Petr Štetiar <[email protected]>
phase1/master.cfg